summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Git.pm: Add hash_and_insert_object and cat_blobAdam Roben2008-05-231-2/+150
* Git.pm: Add command_bidi_pipe and command_close_bidi_pipeAdam Roben2008-05-231-0/+56
* git-hash-object: Add --stdin-paths optionAdam Roben2008-05-233-2/+80
* Add more tests for git hash-objectAdam Roben2008-05-231-27/+93
* Move git-hash-object tests from t5303 to t1007Adam Roben2008-05-231-0/+0
* git-cat-file: Add --batch optionAdam Roben2008-05-063-38/+117
* git-cat-file: Add --batch-check optionAdam Roben2008-05-063-7/+163
* git-cat-file: Make option parsing a little more flexibleAdam Roben2008-05-061-12/+30
* git-cat-file: Small refactor of cmd_cat_fileAdam Roben2008-05-061-16/+22
* Add tests for git cat-fileAdam Roben2008-05-061-0/+121
* Cleanup xread() loops to use read_in_full()Heikki Orsila2008-05-044-35/+19
* Merge branch 'maint'Junio C Hamano2008-05-042-3/+3
|\
| * Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-05-041-2/+2
| |\
| | * filter-branch: Documentation fix.Florian Ragwitz2008-05-031-2/+2
| * | checkout: don't rfc2047-encode oneline on detached HEADJeff King2008-05-041-1/+1
* | | Documentation: hooks: fix missing verb in pre-applypatch descriptionChristian Couder2008-05-031-4/+5
* | | log: print log entry terminator even if the message is emptyAdam Simpkins2008-05-031-4/+3
* | | Remove dead code: show_log() sep argument and diff_options.msg_sepAdam Simpkins2008-05-036-25/+13
* | | git-svn: Same default as cvsimport when using --use-log-authorStephen R. van den Berg2008-05-011-2/+4
* | | Merge branch 'maint'Junio C Hamano2008-04-301-1/+1
|\| |
| * | fetch-pack: brown paper bag fixJunio C Hamano2008-04-301-1/+1
* | | Documentation: point git-prune users to git-gcJeff King2008-04-302-1/+22
* | | Documentation on --git-dir and --work-treeLiu Yubao2008-04-302-3/+15
* | | Make read_in_full() and write_in_full() consistent with xread() and xwrite()Heikki Orsila2008-04-304-6/+8
* | | Documentation gitk: Describe what --merge doesRichard Quirk2008-04-301-0/+6
* | | Use the modern syntax of git-diff-files in t2002-checkout-cache-u.shAlex Riesen2008-04-301-2/+2
* | | Add otherwise missing --strict option to unpack-objects summary.Jon Loeliger2008-04-301-1/+1
* | | git-svn: detect and fail gracefully when dcommitting to a voidMatthieu Moy2008-04-302-2/+7
* | | make git-status use a pagerBart Trojanowski2008-04-301-1/+1
* | | Merge branch 'maint'Junio C Hamano2008-04-305-11/+16
|\| |
| * | Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-04-302-3/+6
| |\|
| | * cvsimport: always pass user data to "system" as a listJeff King2008-04-301-1/+1
| | * fix reflog approxidate parsing bugJeff King2008-04-301-2/+5
| * | Fix use after free() in builtin-fetchAlex Riesen2008-04-291-3/+5
| * | fetch-pack: do not stop traversing an already parsed commitLinus Torvalds2008-04-291-4/+4
| * | Use "=" instead of "==" in condition as it is more portableAlex Riesen2008-04-291-1/+1
* | | Die for an early EOF in a file reading loopHeikki Orsila2008-04-281-3/+3
* | | Document functions xmemdupz(), xread() and xwrite()Heikki Orsila2008-04-281-0/+16
* | | Merge branch 'maint'Junio C Hamano2008-04-283-1/+28
|\| |
| * | clone: detect and fail on excess parametersJunio C Hamano2008-04-282-0/+27
| * | Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-04-281-1/+1
| |\|
| | * Remove 'header' from --signoff option descriptionDan McGee2008-04-281-1/+1
* | | bash: Add completion for gitk --mergeRichard Quirk2008-04-281-1/+6
* | | rev-parse: fix --verify to error out when passed junk after a good revChristian Couder2008-04-271-2/+2
* | | git checkout: add -t alias for --trackMiklos Vajna2008-04-272-2/+2
* | | rev-parse: teach "--verify" to be quiet when using "-q" or "--quiet"Christian Couder2008-04-272-4/+21
* | | Merge branch 'ho/shared'Junio C Hamano2008-04-257-38/+149
|\ \ \
| * | | Make core.sharedRepository more genericHeikki Orsila2008-04-177-38/+149
* | | | Merge branch 'maint'Junio C Hamano2008-04-258-19/+170
|\ \ \ \ | | |/ / | |/| |
| * | | remote: create fetch config lines with '+'Jeff King2008-04-252-0/+11