13698 Commits (5d02294c776c46f0d454470c66c16fe9f08fad3d)
 

Author SHA1 Message Date
Junio C Hamano c484166374 Merge branch 'jk/empty-tree' 17 years ago
Junio C Hamano 428ae2eff0 Merge branch 'lt/revision-walker' 17 years ago
Junio C Hamano 356eff534c Merge branch 'mc/prefix' 17 years ago
Junio C Hamano c0284cea31 Merge branch 'bc/fopen' 17 years ago
Junio C Hamano 9e7bd0110b Merge branch 'jc/setup' 17 years ago
Junio C Hamano 23f12912d1 Merge branch 'maint' 17 years ago
Pekka Kaitaniemi 0ca15e7217 Clarified the meaning of git-add -u in the documentation 17 years ago
Junio C Hamano 6010d2d957 checkout: work from a subdirectory 17 years ago
Junio C Hamano b0030db331 checkout: tone down the "forked status" diagnostic messages 17 years ago
Gerrit Pape 5274ba6907 git-clone.sh: properly configure remote even if remote's head is dangling 17 years ago
David Kågedal f27e558643 git.el: Set process-environment instead of invoking env 17 years ago
Miklos Vajna fbd538c262 Documentation/git-stash: document options for git stash list 17 years ago
Daniel Barkalow 9f0ea7e828 Resolve value supplied for no-colon push refspecs 17 years ago
Jay Soffian 1ca3d6ed01 send-email: squelch warning due to comparing undefined $_ to "" 17 years ago
Junio C Hamano e3c58f8b30 Merge branch 'maint' 17 years ago
Johannes Schindelin fef3a7cc55 cvsexportcommit: be graceful when "cvs status" reorders the arguments 17 years ago
Kristian Høgsberg 7c33d3a511 Rename git-core rpm to just git and rename the meta-pacakge to git-all. 17 years ago
Daniel Barkalow 736cc67dd7 Support a --cc=<email> option in format-patch 17 years ago
Daniel Barkalow 3ee79d9f59 Combine To: and Cc: headers 17 years ago
Daniel Barkalow 7d22708b25 Fix format.headers not ending with a newline 17 years ago
Daniel Barkalow a8d8173e6c Add tests for extra headers in format-patch 17 years ago
Daniel Barkalow a5a27c79b7 Add a --cover-letter option to format-patch 17 years ago
Shawn O. Pearce cec8f51bd6 Merge branch 'maint' 17 years ago
Johannes Sixt b9dfe51c96 Technical documentation of the run-command API. 17 years ago
Jay Soffian a288394ed3 Correct git-pull documentation 17 years ago
Jakub Narebski afa9b620f9 gitweb: Fix bug in href(..., -replay=>1) when using 'pathinfo' form 17 years ago
Jay Soffian 572fc81d21 doc: documentation update for the branch track changes 17 years ago
Jay Soffian 9ed36cfa35 branch: optionally setup branch.*.merge from upstream local branches 17 years ago
Jeff King 066a5268db push: document the status output 17 years ago
Jeff King 68d06c5200 Documentation/push: clarify matching refspec behavior 17 years ago
Jeff King 2b8130c338 push: indicate partialness of error message 17 years ago
Wincent Colaiuta 2c2a3782c5 git-gui: relax "dirty" version detection 17 years ago
Daniel Barkalow 2d31347ba5 Use ALLOC_GROW in remote.{c,h} 17 years ago
Daniel Barkalow b02bd65f67 Export some email and pretty-printing functions 17 years ago
Daniel Barkalow e1a3734621 Improve message-id generation flow control for format-patch 17 years ago
Daniel Barkalow 7d812145ba Add more tests for format-patch 17 years ago
Daniel Barkalow f019d08ea6 API documentation for remote.h 17 years ago
Daniel Barkalow 569012bf91 Clean up reporting differences on branch switch 17 years ago
Lars Hjemli 4d6d6d2d3f Simplify setup of $GIT_DIR in git-sh-setup.sh 17 years ago
Junio C Hamano ee4f06c0a6 Merge branch 'mk/maint-parse-careful' 17 years ago
Martin Koegler f73df331a4 peel_onion: handle NULL 17 years ago
Martin Koegler dec38c8165 check return value from parse_commit() in various functions 17 years ago
Martin Koegler 9786f68bfc parse_commit: don't fail, if object is NULL 17 years ago
Martin Koegler 9684afd967 revision.c: handle tag->tagged == NULL 17 years ago
Martin Koegler f7de5a56b7 reachable.c::process_tree/blob: check for NULL 17 years ago
Martin Koegler cc36934791 process_tag: handle tag->tagged == NULL 17 years ago
Martin Koegler 172947e645 check results of parse_commit in merge_bases 17 years ago
Martin Koegler a301b0c8f2 list-objects.c::process_tree/blob: check for NULL 17 years ago
Martin Koegler c34066358a reachable.c::add_one_tree: handle NULL from lookup_tree 17 years ago
Martin Koegler c1ee9013ad mark_blob/tree_uninteresting: check for NULL 17 years ago