summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-08-09merge-recur: do not setenv("GIT_INDEX_FILE")Johannes Schindelin
2006-08-09merge-recur: do not call git-write-treeJohannes Schindelin
2006-08-04merge-recursive: fix rename handlingJohannes Schindelin
2006-08-03.gitignore: git-merge-recur is a built file.Junio C Hamano
2006-07-31merge-recur: virtual commits shall never be parsedJohannes Schindelin
2006-07-31merge-recur: use the unpack_trees() interface instead of exec()ing read-treeJohannes Schindelin
2006-07-31Merge branch 'js/read-tree' into js/c-merge-recursiveJunio C Hamano
2006-07-31read-tree: move merge functions to the libraryJohannes Schindelin
2006-07-31read-trees: refactor the unpack_trees() partJohannes Schindelin
2006-07-31tar-tree: illustrate an obscure feature betterJohannes Schindelin
2006-07-31git.c: allow alias expansion without a git directoryMatthias Lederhofer
2006-07-31setup_git_directory_gently: do not barf when GIT_DIR is given.Matthias Lederhofer
2006-07-30merge-recur: fix thinko in unique_path()Johannes Schindelin
2006-07-30Build on Debian GNU/kFreeBSDGerrit Pape
2006-07-30Merge branch 'lt/web'Junio C Hamano
2006-07-30Merge branch '__/setup-n-mv'Junio C Hamano
2006-07-30Merge branch 'js/mv'Junio C Hamano
2006-07-30Merge branch 'jn/make'Junio C Hamano
2006-07-29Merge branch 'lt/setup' into __/setup-n-mvJunio C Hamano
2006-07-29Call setup_git_directory() much earlierLinus Torvalds
2006-07-29Call setup_git_directory() earlyLinus Torvalds
2006-07-29Display an error from update-ref if target ref name is invalid.Shawn Pearce
2006-07-29Fix http-fetchJohannes Schindelin
2006-07-28Merge branch 'pb/multi-fetch'Junio C Hamano
2006-07-28Merge branch 'lt/web'Junio C Hamano
2006-07-28Merge branch 'js/cvs'Junio C Hamano
2006-07-28Merge branch 'js/alias-p'Junio C Hamano
2006-07-28Merge branch 'jc/diff'Junio C Hamano
2006-07-28t4103: fix binary patch application test.Junio C Hamano
2006-07-28git-apply -R: binary patches are irreversible for now.Junio C Hamano
2006-07-28Teach git-apply about '-R'Johannes Schindelin
2006-07-28Makefile: ssh-pull.o depends on ssh-fetch.cJohannes Schindelin
2006-07-28log and diff family: honor config even from subdirectoriesJunio C Hamano
2006-07-28git-reset: detect update-ref error and report it.Junio C Hamano
2006-07-28lost-found: use fsck-objects --fullJunio C Hamano
2006-07-28Makefile: git-merge-recur depends on xdiff libraries.Junio C Hamano
2006-07-28merge-recur: Explain why sha_eq() and struct stage_data cannot goJohannes Schindelin
2006-07-28merge-recur: Cleanup last mixedCase variables...Johannes Schindelin
2006-07-28merge-recur: Fix compiler warning with -pedanticJohannes Schindelin
2006-07-28merge-recur: Remove dead codeJohannes Schindelin
2006-07-28merge-recur: Get rid of debug codeJohannes Schindelin
2006-07-28merge-recur: Convert variable names to lower_caseJohannes Schindelin
2006-07-28Cumulative update of merge-recursive in CJohannes Schindelin
2006-07-28Teach git-http-fetch the --stdin switchPetr Baudis
2006-07-28Teach git-local-fetch the --stdin switchPetr Baudis
2006-07-28Make pull() support fetching multiple targets at oncePetr Baudis
2006-07-28Make pull() take some implicit data as explicit argumentsPetr Baudis
2006-07-28mailinfo: accept >From in message headerMichael S. Tsirkin
2006-07-27Remove -d from *-fetch usage stringsPetr Baudis
2006-07-27daemon: documentation for --reuseaddr, --detach and --pid-fileMatthias Lederhofer