summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-07-30Merge branch 'js/read-tree' into js/c-merge-recursiveLibravatar Junio C Hamano103-1668/+2902
2006-07-30read-tree: move merge functions to the libraryLibravatar Johannes Schindelin3-397/+410
2006-07-30read-trees: refactor the unpack_trees() partLibravatar Johannes Schindelin4-485/+521
2006-07-30tar-tree: illustrate an obscure feature betterLibravatar Johannes Schindelin1-0/+5
2006-07-30git.c: allow alias expansion without a git directoryLibravatar Matthias Lederhofer1-40/+36
2006-07-30setup_git_directory_gently: do not barf when GIT_DIR is given.Libravatar Matthias Lederhofer1-0/+4
2006-07-30merge-recur: fix thinko in unique_path()Libravatar Johannes Schindelin1-2/+2
2006-07-30Build on Debian GNU/kFreeBSDLibravatar Gerrit Pape1-0/+3
2006-07-30Merge branch 'lt/web'Libravatar Junio C Hamano1-2/+75
2006-07-30Merge branch '__/setup-n-mv'Libravatar Junio C Hamano40-156/+142
2006-07-30Merge branch 'js/mv'Libravatar Junio C Hamano11-340/+522
2006-07-30Merge branch 'jn/make'Libravatar Junio C Hamano5-0/+225
2006-07-29Merge branch 'lt/setup' into __/setup-n-mvLibravatar Junio C Hamano60-326/+585
2006-07-29Call setup_git_directory() much earlierLibravatar Linus Torvalds35-144/+128
2006-07-28Call setup_git_directory() earlyLibravatar Linus Torvalds12-22/+25
2006-07-28Display an error from update-ref if target ref name is invalid.Libravatar Shawn Pearce2-0/+17
2006-07-28Fix http-fetchLibravatar Johannes Schindelin1-3/+3
2006-07-28Merge branch 'pb/multi-fetch'Libravatar Junio C Hamano7-72/+162
2006-07-28Merge branch 'lt/web'Libravatar Junio C Hamano1-28/+55
2006-07-28Merge branch 'js/cvs'Libravatar Junio C Hamano1-4/+4
2006-07-28Merge branch 'js/alias-p'Libravatar Junio C Hamano3-46/+81
2006-07-28Merge branch 'jc/diff'Libravatar Junio C Hamano1-1/+9
2006-07-28t4103: fix binary patch application test.Libravatar Junio C Hamano1-2/+2
2006-07-28git-apply -R: binary patches are irreversible for now.Libravatar Junio C Hamano1-0/+6
2006-07-28Teach git-apply about '-R'Libravatar Johannes Schindelin2-12/+77
2006-07-28Makefile: ssh-pull.o depends on ssh-fetch.cLibravatar Johannes Schindelin1-0/+2
2006-07-27log and diff family: honor config even from subdirectoriesLibravatar Junio C Hamano5-7/+11
2006-07-27git-reset: detect update-ref error and report it.Libravatar Junio C Hamano1-1/+4
2006-07-27lost-found: use fsck-objects --fullLibravatar Junio C Hamano1-1/+1
2006-07-27Makefile: git-merge-recur depends on xdiff libraries.Libravatar Junio C Hamano1-1/+1
2006-07-27merge-recur: Explain why sha_eq() and struct stage_data cannot goLibravatar Johannes Schindelin1-5/+4
2006-07-27merge-recur: Cleanup last mixedCase variables...Libravatar Johannes Schindelin1-23/+23
2006-07-27merge-recur: Fix compiler warning with -pedanticLibravatar Johannes Schindelin1-1/+4
2006-07-27merge-recur: Remove dead codeLibravatar Johannes Schindelin1-22/+0
2006-07-27merge-recur: Get rid of debug codeLibravatar Johannes Schindelin1-64/+1
2006-07-27merge-recur: Convert variable names to lower_caseLibravatar Johannes Schindelin1-191/+189
2006-07-27Cumulative update of merge-recursive in CLibravatar Johannes Schindelin1-526/+364
2006-07-27Teach git-http-fetch the --stdin switchLibravatar Petr Baudis2-17/+36
2006-07-27Teach git-local-fetch the --stdin switchLibravatar Petr Baudis4-10/+74
2006-07-27Make pull() support fetching multiple targets at onceLibravatar Petr Baudis5-37/+49
2006-07-27Make pull() take some implicit data as explicit argumentsLibravatar Petr Baudis5-17/+12
2006-07-27mailinfo: accept >From in message headerLibravatar Michael S. Tsirkin1-1/+1
2006-07-27Remove -d from *-fetch usage stringsLibravatar Petr Baudis3-4/+4
2006-07-27daemon: documentation for --reuseaddr, --detach and --pid-fileLibravatar Matthias Lederhofer2-2/+13
2006-07-26cvsserver: imitate git-update-ref when committingLibravatar Johannes Schindelin1-4/+4
2006-07-26instaweb: Be more clear if httpd or the browser failLibravatar Johannes Schindelin1-2/+7
2006-07-26builtin git-mv: support moving directoriesLibravatar Johannes Schindelin2-5/+86
2006-07-26Make git-mv a builtinLibravatar Johannes Schindelin8-295/+269
2006-07-26Extract helper bits from c-merge-recursive workLibravatar Johannes Schindelin4-45/+172
2006-07-26Merge branch 'pb/configure'Libravatar Junio C Hamano3-11/+13