2005-08-25 | Sort branch names snarfed from refs/ hierarchy. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-25 | Prepare 0.99.6 branch. |
diff | tree |
2005-08-25 | Fix fetching of tags. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-25 | Merge refs/heads/master from . |
diff | tree |
2005-08-25 | Merge refs/heads/master from . |
diff | tree |
2005-08-25 | Fix markup minimally to get man pages built. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-24 | Merge refs/heads/master from . |
diff | tree |
2005-08-24 | Update tutorial to describe shared repository style... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-24 | Documentation: multi-head fetch. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-24 | Support +<src>:<dst> format in push as well. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-24 | [PATCH] Allow "+remote:local" refspec to cause --force... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-24 | [PATCH] Use git-octopus when pulling more than one... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-24 | [PATCH] "git fetch --force". Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-24 | [PATCH] Use .git/remote/origin, not .git/branches/origin. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-24 | [PATCH] Make "git pull" and "git fetch" default to... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-24 | [PATCH] Infamous 'octopus merge' Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-24 | [PATCH] Retire git-parse-remote. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-24 | [PATCH] Multi-head fetch. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-24 | [PATCH] Start adding the $GIT_DIR/remotes/ support. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-24 | Audit rev-parse users again. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-24 | Rationalize output selection in rev-parse. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-24 | Generate pack info file after repack. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-24 | Merge refs/heads/master from . |
diff | tree |
2005-08-24 | Link the tutorial from the main document. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-24 | Try to find the optimum merge base while resolving. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-23 | Merge refs/heads/master from . |
diff | tree |
2005-08-23 | Tutorial updates. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-23 | Update git-diff-script. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-23 | Add placeholders for missing documents. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-23 | Merge refs/heads/master from . |
diff | tree |
2005-08-23 | Introduce "reset type" flag to "git reset" Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-23 | Clean-up output from "git show-branch" and document it. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-23 | [PATCH] Add 'git show-branch'. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-23 | [PATCH] Add a new extended SHA1 syntax <name>~<num> Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-23 | Fix "git-diff-script A B" Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-21 | Merge refs/heads/master from . |
diff | tree |
2005-08-21 | Merge refs/heads/master from . |
diff | tree |
2005-08-21 | [PATCH] sha1_name: do not accept .git/refs/snap/. Signed-off-by: Junio C Hamano <junkio@cox.net> From: Junio C Hamano <junkio@cox.net> Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-20 | Create objects/info/ directory in init-db. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-20 | Merge with master to pick up commit hook works. |
diff | tree |
2005-08-20 | git-resolve: dying is good, not showing help is bad. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-20 | Make sample pre-commit hook output Emacs friendly. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-20 | Call prune-packed from "git prune" as well. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-19 | Merge with master to pick up gitk updates. |
diff | tree |
2005-08-19 | Add hooks to tools/git-applypatch. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-19 | Add commit hook and make the verification customizable. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-19 | [PATCH] Allow file removal when "git commit --all"... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-19 | Merge from gitk |
diff | tree |
2005-08-19 | Merge with master for a couple more fixes. |
diff | tree |
2005-08-19 | Fix __attribute__ changes. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-19 | Merge with master to pick up safety patches. |
diff | tree |
2005-08-18 | Also make git-rebase-script stricter about dirty working... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-18 | Link the glossary document from the main manual. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-18 | Merge with master. |
diff | tree |
2005-08-18 | Stupid typo fix for git rebase. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-18 | Merge with master to pick up gitk --parents changes. |
diff | tree |
2005-08-18 | Merge with gitk --parents change. |
diff | tree |
2005-08-18 | Merge with master for gitk and doc updates. |
diff | tree |
2005-08-18 | Merge with gitk |
diff | tree |
2005-08-17 | Merge from master for misc fixes. |
diff | tree |
2005-08-17 | Make rebase script saner. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-17 | Make sure alternates are carried over from the original... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-17 | Fix git-commit without paths. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-17 | Merge changes from master. |
diff | tree |
2005-08-17 | git-commit: pass explicit path to git-diff-files. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-17 | Pass options to underlying git-rev-list from show-branches. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-17 | Add --symbolic flag to git-rev-parse. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-17 | Merge with master to get diff fixes. |
diff | tree |
2005-08-17 | Teach applymbox to keep the Subject: line. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-17 | Use LF and allow comments in objects/info/alternates... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-17 | git-format-patch fixes. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-17 | Merge with master changes. |
diff | tree |
2005-08-17 | [PATCH] Add a bit more links to the commands to the... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-17 | [PATCH] Reformat git-show-branches-script documentation. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-16 | Merge with master changes. |
diff | tree |
2005-08-16 | [PATCH] Fix local pull that uses packs. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-16 | Merge with master changes. |
diff | tree |
2005-08-15 | Tentative fix to git-commit-script Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-15 | Merge master changes into rc. |
diff | tree |
2005-08-15 | [PATCH] Add documentation for git repack and git-prune... |
diff | tree |
2005-08-15 | [PATCH] clean up git script Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-15 | Audit rev-parse users. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-15 | Keep excellent tutorial for using topic branches by... |
diff | tree |
2005-08-15 | Show which branch you are on in git-status output. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-15 | Add git-show-branches-script Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-15 | Add cheap local clone '-s' flag to git-clone-script Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-15 | Alternate object pool mechanism updates. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-15 | Documentation updates. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-14 | Merge master into rc |
diff | tree |
2005-08-14 | Add SubmittingPatches Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-14 | Add --signoff and --verify option to git commit. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-13 | Merge master changes into release candidate branch. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-12 | Fix debianization: mark git-tk architecture neutral. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-12 | Adjust binary packaging to dest=>DESTDIR change. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-12 | Make tools/ directory first-class citizen. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2005-08-12 | Clean generated files a bit more, to cope with Debian... |
diff | tree |
2005-08-12 | fetch-pack: start multi-head pulling. |
diff | tree |
2005-08-12 | Update unpack-objects usage and documentation. |
diff | tree |
2005-08-12 | Merge changes in the master branch into 0.99.5 preparation... |
diff | tree |
2005-08-12 | Clean generated deb files. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |