summaryrefslogtreecommitdiffstats
path: root/cmd-rename.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2005-10-07update-index: read --show-index-info output from standard input.Junio C Hamano1-0/+53
2005-10-07git-apply: parse index informationJunio C Hamano1-1/+76
2005-10-07Show original and resulting blob object info in diff output.Junio C Hamano8-55/+114
2005-10-07mailsplit: allow feeding mbox from standard input.Junio C Hamano2-86/+96
2005-10-06Describe new options to git-format-patch and git-mailsplit.Junio C Hamano2-2/+12
2005-10-06mailsplit: -d<prec>Junio C Hamano2-4/+12
2005-10-06git-format-patch: --stdout option.Junio C Hamano1-30/+42
2005-10-06Clean mail files after dealing with them.Junio C Hamano1-1/+5
2005-10-06Fall back to three-way merge when applying a patch.Junio C Hamano3-5/+86
2005-10-06Allow "-u" flag to tag signingLinus Torvalds2-11/+29
2005-10-06Do not require ls-remote to be run inside a git repository.Alex Riesen2-2/+2
2005-10-06git-shortlog: make the mailmap configurable.Junio C Hamano1-60/+83
2005-10-06Fix usage of carets in git-rev-parse(1)Jonas Fonseca2-11/+17
2005-10-06clone-pack: use create_symref() instead of raw symlink.Junio C Hamano1-8/+16
2005-10-06Some typos and light editing of various manpagesChristian Meder14-38/+39
2005-10-05upload-pack: Do not choke on too many heads request.Junio C Hamano3-16/+56
2005-10-05[PATCH] Quote the missing GIT_DIR.Santi_BĂ©jar2-4/+4
2005-10-05[PATCH] Fix symbolic ref validationJonas Fonseca1-1/+1
2005-10-05[PATCH] hold_index_file_for_update should not unlink failed to open .lock fil...Alex Riesen1-4/+6
2005-10-05Fix diff-filter All-Or-None mark.Junio C Hamano1-1/+1
2005-10-05Record which tree the patch applies to.Junio C Hamano2-3/+11
2005-10-05git-applypatch: cleanup.Junio C Hamano1-7/+14
2005-10-05git-apply: retire unused/unimplemented --no-merge flag.Junio C Hamano2-22/+2
2005-10-05git-apply: allow operating in sparsely populated working tree.Junio C Hamano1-5/+30
2005-10-05Return error when not checking out an entry due to dirtiness.Junio C Hamano2-3/+8
2005-10-05Add missing documentation.Junio C Hamano2-0/+110
2005-10-04Remove useless use of sed in git-format-patch.Junio C Hamano1-5/+1
2005-10-04Leave an empty line between log and sign-off.Junio C Hamano1-4/+7
2005-10-04Remove unused external-diff script.Junio C Hamano1-67/+0
2005-10-04[PATCH] Limit the number of requests outstanding in ssh-fetch.Daniel Barkalow1-1/+27
2005-10-04On Cygwin, use symbolic ref, not a symbolic link, to express .git/HEADJunio C Hamano1-0/+1
2005-10-04Avoid compiler warning.Junio C Hamano1-1/+1
2005-10-04Make sure get_sha1 does not accept ambiguous sha1 prefix (again).Junio C Hamano1-6/+15
2005-10-04[PATCH] Merging the Cygwin changesJunio C Hamano1-5/+1
2005-10-04git-pull: do not barf on -a flag meant for git-fetch.Junio C Hamano1-1/+2
2005-10-03[PATCH] Random documentation fixesJonas Fonseca26-192/+209
2005-10-03Error message from get_sha1() on ambiguous short SHA1.Junio C Hamano1-1/+1
2005-10-03[PATCH] Enable and fix support for base less merges.Fredrik Kuivinen3-3/+9
2005-10-03Make sure get_sha1 does not accept ambiguous sha1 prefix.Junio C Hamano1-21/+68
2005-10-03Fix minor DOS in rev-list.Junio C Hamano1-1/+11
2005-10-03Post 0.99.8 master branchJunio C Hamano1-1/+1
2005-10-03GIT 0.99.8v0.99.8Junio C Hamano2-1/+7
2005-10-03[PATCH] Update git-clone documentationEric W. Biederman1-1/+14
2005-10-02Handle really trivial case inside git-merge.Junio C Hamano1-1/+21
2005-10-02read-tree: --trivialLinus Torvalds1-0/+12
2005-10-02[PATCH] Teach git-ls-files about '--' to denote end of options.Fredrik Kuivinen3-2/+82
2005-10-02[PATCH] Teach the recursive merge strategy about renames.Fredrik Kuivinen1-185/+601
2005-10-02read-tree: remove --head option.Junio C Hamano1-8/+2
2005-10-02Customize git command for installations that lack certain commands.Junio C Hamano2-12/+50
2005-10-02[PATCH] git on OpenBSDHan Boetes1-0/+4