summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-08-24[PATCH] Use .git/remote/origin, not .git/branches/origin.Junio C Hamano
2005-08-24[PATCH] Make "git pull" and "git fetch" default to originJunio C Hamano
2005-08-24[PATCH] Infamous 'octopus merge'Junio C Hamano
2005-08-24[PATCH] Retire git-parse-remote.Junio C Hamano
2005-08-24[PATCH] Multi-head fetch.Junio C Hamano
2005-08-24[PATCH] Start adding the $GIT_DIR/remotes/ support.Junio C Hamano
2005-08-24[PATCH] Fix "prefix" mixup in git-rev-listPavel Roskin
2005-08-24Audit rev-parse users again.Junio C Hamano
2005-08-24Rationalize output selection in rev-parse.Junio C Hamano
2005-08-24Generate pack info file after repack.Junio C Hamano
2005-08-24Link the tutorial from the main document.Junio C Hamano
2005-08-24Try to find the optimum merge base while resolving.Junio C Hamano
2005-08-23Tutorial updates.Junio C Hamano
2005-08-23Update git-diff-script.Junio C Hamano
2005-08-23Make "git-rev-list" work within subdirectoriesLinus Torvalds
2005-08-23[PATCH] Fix git-rev-parse --default and --flags handlingLinus Torvalds
2005-08-23Add placeholders for missing documents.Junio C Hamano
2005-08-23Introduce "reset type" flag to "git reset"Junio C Hamano
2005-08-23Clean-up output from "git show-branch" and document it.Junio C Hamano
2005-08-23[PATCH] Add 'git show-branch'.Junio C Hamano
2005-08-23[PATCH] Add a new extended SHA1 syntax <name>~<num>Junio C Hamano
2005-08-23Fix "git-diff-script A B"Junio C Hamano
2005-08-22[PATCH] git-ls-files: generalized pathspecsLinus Torvalds
2005-08-21[PATCH] Make "git-ls-files" work in subdirectoriesLinus Torvalds
2005-08-21[PATCH] sha1_name: do not accept .git/refs/snap/.Junio C Hamano
2005-08-21[PATCH] possible memory leak in diff.c::diff_free_filepair()Yasushi SHOJI
2005-08-20Create objects/info/ directory in init-db.Junio C Hamano
2005-08-20[PATCH] Fix git-commit-script to output on stderr when -v failsMarco Costalba
2005-08-20git-resolve: dying is good, not showing help is bad.Junio C Hamano
2005-08-20Make sample pre-commit hook output Emacs friendly.Junio C Hamano
2005-08-20Call prune-packed from "git prune" as well.Junio C Hamano
2005-08-19Add hooks to tools/git-applypatch.Junio C Hamano
2005-08-19Add commit hook and make the verification customizable.Junio C Hamano
2005-08-19[PATCH] Allow file removal when "git commit --all" is used.Junio C Hamano
2005-08-19Merge from gitkJunio C Hamano
2005-08-19[PATCH] git-rev-list: avoid crash on broken repositorySergey Vlasov
2005-08-19[PATCH] Fix git-format-patch-script to handle empty messagesMarco Costalba
2005-08-19Display the contents of a tag when the user clicks on it.Paul Mackerras
2005-08-19Added re-read refs command, and display all refs.Paul Mackerras
2005-08-19Fix __attribute__ changes.Junio C Hamano
2005-08-19[PATCH] Spell __attribute__ correctly in cache.h.Jason Riedy
2005-08-19Save the maxwidth setting in the ~/.gitk file.Paul Mackerras
2005-08-19Fix a bug where commits with no children weren't marked as on-screen.Paul Mackerras
2005-08-18Also make git-rebase-script stricter about dirty working tree.Junio C Hamano
2005-08-18[PATCH] git-applymbox: verify that index is cleanLinus Torvalds
2005-08-18Link the glossary document from the main manual.Junio C Hamano
2005-08-18Stupid typo fix for git rebase.Junio C Hamano
2005-08-18[PATCH] Updates to glossaryJohannes Schindelin
2005-08-18Merge with gitk --parents change.Junio C Hamano
2005-08-18[PATCH] updates for Documentation/howto/using-topic-branches.txtLuck, Tony