summaryrefslogtreecommitdiffstats
path: root/git-merge-one-file-script (unfollow)
Commit message (Expand)AuthorFilesLines
2005-08-23Introduce "reset type" flag to "git reset"Junio C Hamano1-6/+90
2005-08-23Clean-up output from "git show-branch" and document it.Junio C Hamano6-140/+128
2005-08-23[PATCH] Add 'git show-branch'.Junio C Hamano4-7/+343
2005-08-23[PATCH] Add a new extended SHA1 syntax <name>~<num>Junio C Hamano1-0/+41
2005-08-23Fix "git-diff-script A B"Junio C Hamano1-2/+8
2005-08-22[PATCH] git-ls-files: generalized pathspecsLinus Torvalds1-35/+73
2005-08-21[PATCH] Make "git-ls-files" work in subdirectoriesLinus Torvalds1-36/+165
2005-08-21[PATCH] sha1_name: do not accept .git/refs/snap/.Junio C Hamano1-1/+0
2005-08-21[PATCH] possible memory leak in diff.c::diff_free_filepair()Yasushi SHOJI1-2/+1
2005-08-20Create objects/info/ directory in init-db.Junio C Hamano2-3/+6
2005-08-20[PATCH] Fix git-commit-script to output on stderr when -v failsMarco Costalba1-6/+6
2005-08-20git-resolve: dying is good, not showing help is bad.Junio C Hamano1-4/+8
2005-08-20Make sample pre-commit hook output Emacs friendly.Junio C Hamano1-1/+2
2005-08-20Call prune-packed from "git prune" as well.Junio C Hamano2-6/+16
2005-08-20Add hooks to tools/git-applypatch.Junio C Hamano3-18/+97
2005-08-20Add commit hook and make the verification customizable.Junio C Hamano4-52/+105
2005-08-20[PATCH] Allow file removal when "git commit --all" is used.Junio C Hamano1-2/+2
2005-08-19[PATCH] git-rev-list: avoid crash on broken repositorySergey Vlasov1-0/+2
2005-08-19[PATCH] Fix git-format-patch-script to handle empty messagesMarco Costalba1-1/+1
2005-08-19Display the contents of a tag when the user clicks on it.Paul Mackerras1-29/+64
2005-08-19Added re-read refs command, and display all refs.Paul Mackerras1-6/+93
2005-08-19Fix __attribute__ changes.Junio C Hamano1-2/+1
2005-08-19[PATCH] Spell __attribute__ correctly in cache.h.Jason Riedy1-1/+1
2005-08-19Save the maxwidth setting in the ~/.gitk file.Paul Mackerras1-0/+2
2005-08-19Fix a bug where commits with no children weren't marked as on-screen.Paul Mackerras1-8/+4
2005-08-19Also make git-rebase-script stricter about dirty working tree.Junio C Hamano1-1/+3
2005-08-19[PATCH] git-applymbox: verify that index is cleanLinus Torvalds1-0/+8
2005-08-19Link the glossary document from the main manual.Junio C Hamano1-6/+1
2005-08-18Stupid typo fix for git rebase.Junio C Hamano1-1/+1
2005-08-18[PATCH] Updates to glossaryJohannes Schindelin1-6/+22
2005-08-18[PATCH] updates for Documentation/howto/using-topic-branches.txtLuck, Tony1-2/+113
2005-08-18[PATCH] Add Makefile target glossary.htmlJohannes Schindelin2-1/+76
2005-08-18Use the --parents flag to git-rev-list.Paul Mackerras1-69/+32
2005-08-18[PATCH] Assorted changes to glossaryJohannes Schindelin1-43/+61
2005-08-18Allow graph lines to jump through hyperspace.Paul Mackerras1-166/+413
2005-08-18Make rebase script saner.Junio C Hamano1-7/+10
2005-08-18Make sure alternates are carried over from the original repository.Junio C Hamano1-1/+5
2005-08-18Fix git-commit without paths.Junio C Hamano1-2/+4
2005-08-17[PATCH] Make git-update-cache take relative pathnamesLinus Torvalds1-0/+2
2005-08-17[PATCH] Export relative path handling "prefix_path()" functionLinus Torvalds2-1/+2
2005-08-17[PATCH] git-cvsimport - remove hardcoded reference to originMartin Langhoff1-1/+1
2005-08-17[PATCH] Add merge detection to git-cvsimportMartin Langhoff2-5/+55