summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Documentation: multi-head fetch.Junio C Hamano2005-08-248-63/+170
* Support +<src>:<dst> format in push as well.Junio C Hamano2005-08-243-6/+24
* [PATCH] Allow "+remote:local" refspec to cause --force when fetching.Junio C Hamano2005-08-242-7/+26
* [PATCH] Use git-octopus when pulling more than one heads.Junio C Hamano2005-08-241-2/+12
* [PATCH] "git fetch --force".Junio C Hamano2005-08-241-8/+37
* [PATCH] Use .git/remote/origin, not .git/branches/origin.Junio C Hamano2005-08-242-3/+6
* [PATCH] Make "git pull" and "git fetch" default to originJunio C Hamano2005-08-241-1/+4
* [PATCH] Infamous 'octopus merge'Junio C Hamano2005-08-242-0/+104
* [PATCH] Retire git-parse-remote.Junio C Hamano2005-08-244-87/+12
* [PATCH] Multi-head fetch.Junio C Hamano2005-08-241-42/+147
* [PATCH] Start adding the $GIT_DIR/remotes/ support.Junio C Hamano2005-08-243-23/+151
* [PATCH] Fix "prefix" mixup in git-rev-listPavel Roskin2005-08-241-8/+8
* Audit rev-parse users again.Junio C Hamano2005-08-245-7/+7
* Rationalize output selection in rev-parse.Junio C Hamano2005-08-241-67/+54
* Generate pack info file after repack.Junio C Hamano2005-08-241-1/+20
* Link the tutorial from the main document.Junio C Hamano2005-08-231-0/+3
* Try to find the optimum merge base while resolving.Junio C Hamano2005-08-232-15/+73
* Tutorial updates.Junio C Hamano2005-08-232-195/+275
* Update git-diff-script.Junio C Hamano2005-08-231-20/+32
* Make "git-rev-list" work within subdirectoriesLinus Torvalds2005-08-232-2/+2
* [PATCH] Fix git-rev-parse --default and --flags handlingLinus Torvalds2005-08-231-3/+3
* Add placeholders for missing documents.Junio C Hamano2005-08-2330-1/+1194
* Introduce "reset type" flag to "git reset"Junio C Hamano2005-08-221-6/+90
* Clean-up output from "git show-branch" and document it.Junio C Hamano2005-08-226-140/+128
* [PATCH] Add 'git show-branch'.Junio C Hamano2005-08-224-7/+343
* [PATCH] Add a new extended SHA1 syntax <name>~<num>Junio C Hamano2005-08-221-0/+41
* Fix "git-diff-script A B"Junio C Hamano2005-08-221-2/+8
* [PATCH] git-ls-files: generalized pathspecsLinus Torvalds2005-08-221-35/+73
* [PATCH] Make "git-ls-files" work in subdirectoriesLinus Torvalds2005-08-211-36/+165
* [PATCH] sha1_name: do not accept .git/refs/snap/.Junio C Hamano2005-08-211-1/+0
* [PATCH] possible memory leak in diff.c::diff_free_filepair()Yasushi SHOJI2005-08-211-2/+1
* Create objects/info/ directory in init-db.Junio C Hamano2005-08-202-3/+6
* [PATCH] Fix git-commit-script to output on stderr when -v failsMarco Costalba2005-08-201-6/+6
* git-resolve: dying is good, not showing help is bad.Junio C Hamano2005-08-201-4/+8
* Make sample pre-commit hook output Emacs friendly.Junio C Hamano2005-08-201-1/+2
* Call prune-packed from "git prune" as well.Junio C Hamano2005-08-192-6/+16
* Add hooks to tools/git-applypatch.Junio C Hamano2005-08-193-18/+97
* Add commit hook and make the verification customizable.Junio C Hamano2005-08-194-52/+105
* [PATCH] Allow file removal when "git commit --all" is used.Junio C Hamano2005-08-191-2/+2
* Merge from gitkJunio C Hamano2005-08-191-43/+163
|\
| * Display the contents of a tag when the user clicks on it.Paul Mackerras2005-08-191-29/+64
| * Added re-read refs command, and display all refs.Paul Mackerras2005-08-191-6/+93
| * Save the maxwidth setting in the ~/.gitk file.Paul Mackerras2005-08-191-0/+2
| * Fix a bug where commits with no children weren't marked as on-screen.Paul Mackerras2005-08-191-8/+4
* | [PATCH] git-rev-list: avoid crash on broken repositorySergey Vlasov2005-08-191-0/+2
* | [PATCH] Fix git-format-patch-script to handle empty messagesMarco Costalba2005-08-191-1/+1
* | Fix __attribute__ changes.Junio C Hamano2005-08-191-2/+1
* | [PATCH] Spell __attribute__ correctly in cache.h.Jason Riedy2005-08-181-1/+1
* | Also make git-rebase-script stricter about dirty working tree.Junio C Hamano2005-08-181-1/+3
* | [PATCH] git-applymbox: verify that index is cleanLinus Torvalds2005-08-181-0/+8