summaryrefslogtreecommitdiffstats
path: root/strbuf.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-03-13Documentation/config: typofixJunio C Hamano1-1/+1
2008-03-12git-gui: Simplify MSGFMT setting in MakefileJunio C Hamano1-6/+1
2008-03-12"remote update": print remote name being fetched fromSamuel Tardieu1-0/+1
2008-03-12git-svn: fix find-rev error message when missing argMarc-Andre Lureau1-1/+2
2008-03-12t0021: tr portability fix for SolarisJeff King1-1/+3
2008-03-12launch_editor(): allow spaces in the filenameJohannes Schindelin2-1/+32
2008-03-12git rebase --abort: always restore the right commitMike Hommey2-3/+73
2008-03-11unpack_trees(): fix diff-index regression.Linus Torvalds2-2/+18
2008-03-11update 'git rebase' documentationSZEDER Gábor2-4/+2
2008-03-11bash: fix long option with argument double completionSZEDER Gábor1-7/+15
2008-03-11bash: Add more long options to be completed with "git --<TAB>"Teemu Likonen1-0/+3
2008-03-11bash: use __gitdir when completing 'git rebase' optionsSZEDER Gábor1-2/+2
2008-03-11bash: Remove completion of core.legacyheaders optionShawn O. Pearce1-1/+0
2008-03-11bash: add 'git svn' subcommands and optionsSZEDER Gábor1-1/+80
2008-03-11bash: add new 'git stash' subcommandsSZEDER Gábor1-1/+1
2008-03-11bash: refactor searching for subcommands on the command lineSZEDER Gábor1-39/+32
2008-03-11bash: remove unnecessary conditions when checking for subcommandsSZEDER Gábor1-4/+4
2008-03-11bash: Properly quote the GIT_DIR at all times to fix subdirectory paths with ...Kevin Ballard1-4/+4
2008-03-10traverse_trees_recursive(): propagate merge errors upJunio C Hamano1-3/+4
2008-03-10git-pull documentation: warn about the option orderJunio C Hamano1-0/+2
2008-03-09unpack_trees(): minor memory leak fix in unused destination indexLinus Torvalds1-0/+1
2008-03-09Make 'unpack_trees()' have a separate source and destination indexLinus Torvalds8-153/+102
2008-03-09Make 'unpack_trees()' take the index to work on as an argumentLinus Torvalds7-39/+52
2008-03-09Add 'const' where appropriate to index handling functionsLinus Torvalds4-16/+16
2008-03-09Fix tree-walking compare_entry() in the presense of --prefixLinus Torvalds1-0/+3
2008-03-09Move 'unpack_trees()' over to 'traverse_trees()' interfaceLinus Torvalds1-281/+249
2008-03-09Make 'traverse_trees()' traverse conflicting DF entries in parallelLinus Torvalds3-4/+9
2008-03-09Add return value to 'traverse_tree()' callbackLinus Torvalds3-13/+22
2008-03-09Make 'traverse_tree()' use linked structure rather than 'const char *base'Linus Torvalds3-28/+78
2008-03-09Add 'df_name_compare()' helper functionLinus Torvalds2-0/+36
2008-03-09builtin remote rm: remove symbolic refs, tooJohannes Schindelin2-0/+6