aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* bash: Support completion on git-cherry.Shawn O. Pearce2007-02-05
* Show an example of deleting commits with git-rebase.Shawn O. Pearce2007-02-05
* git-for-each-ref doesn't return "the bit after $GIT_DIR/refs"Andy Parkins2007-02-05
* t9200: Work around HFS+ issues.Junio C Hamano2007-02-05
* Rename get_ident() to fmt_ident() and make it available to outsideJunio C Hamano2007-02-04
* git-archimport: initial import needs empty directoryGerrit Pape2007-02-04
* Revert "Allow branch.*.merge to talk about remote tracking branches."Junio C Hamano2007-02-04
* Merge branch 'np/dreflog'Junio C Hamano2007-02-04
|\
| * show-branch -g: default to the current branch.Junio C Hamano2007-02-03
| * Let git-checkout always drop any detached headNicolas Pitre2007-02-03
| * Enable HEAD@{...} and make it independent from the current branchNicolas Pitre2007-02-03
| * Merge branch 'master' into np/dreflogJunio C Hamano2007-02-03
| |\
| * | scan reflogs independently from refsNicolas Pitre2007-02-03
| * | add reflog when moving HEAD to a new branchNicolas Pitre2007-01-28
| * | create_symref(): do not assume pathname from git_path() persists long enoughJunio C Hamano2007-01-28
| * | add logref support to git-symbolic-refNicolas Pitre2007-01-28
| * | move create_symref() past log_ref_write()Nicolas Pitre2007-01-28
| * | add reflog entries for HEAD when detachedNicolas Pitre2007-01-28
| * | enable separate reflog for HEADNicolas Pitre2007-01-28
| * | lock_ref_sha1_basic(): remember the original name of a ref when resolving itNicolas Pitre2007-01-28
| * | make reflog filename independent from struct ref_lockNicolas Pitre2007-01-28
* | | Why is it bad to rewind a branch that has already been pushed out?Robin Rosenberg2007-02-04
* | | git-clone --reference: saner handling of borrowed symrefs.Junio C Hamano2007-02-04
* | | bash: Support internal revlist options better.Shawn O. Pearce2007-02-04
* | | bash: Support unique completion when possible.Shawn O. Pearce2007-02-04
* | | bash: Support unique completion on git-config.Shawn O. Pearce2007-02-04
* | | bash: Classify more commends out of completion.Shawn O. Pearce2007-02-04
* | | bash: Add space after unique command name is completed.Shawn O. Pearce2007-02-04
* | | bash: Complete long options to git-add.Shawn O. Pearce2007-02-04
* | | bash: Classify cat-file and reflog as plumbing.Shawn O. Pearce2007-02-04
* | | bash: Remove short option completions for branch/checkout/diff.Shawn O. Pearce2007-02-04
| |/ |/|
* | Default GIT_MERGE_VERBOSITY to 5 during tests.Shawn O. Pearce2007-02-03
* | Keep untracked files not involved in a merge.Shawn O. Pearce2007-02-03
* | Assorted typo fixesPavel Roskin2007-02-03
* | Cleanup subcommand documentation for git-remote.Shawn O. Pearce2007-02-03
* | git-config --rename-section could rename wrong sectionPavel Roskin2007-02-03
* | combine-diff: special case --unified=0Junio C Hamano2007-02-03
* | Why is it bad to rewind a branch that has already been pushed out?Junio C Hamano2007-02-03
* | honor GIT_REFLOG_ACTION in git-commitJunio C Hamano2007-02-03
* | fix reflog entries for "git-branch"Junio C Hamano2007-02-03
* | core-tutorial: http reference link fixJunio C Hamano2007-02-02
* | Tutorial-2: Adjust git-status output to recent reality.Junio C Hamano2007-02-02
* | Tutorial: fix asciidoc formatting of "git add" section.Junio C Hamano2007-02-02
* | Don't leak file descriptors from unavailable pack files.Shawn O. Pearce2007-02-02
* | doc: hooks.txt said post-commit default sends an email, it doesn'tAndy Parkins2007-02-02
* | Disallow invalid --pretty= abbreviationsEric Wong2007-02-02
* | Fix some documentation typos and grammarMike Coleman2007-02-01
* | Don't find objects in packs which aren't available anymore.Shawn O. Pearce2007-02-01
* | Refactor open_packed_git to return an error code.Shawn O. Pearce2007-02-01
* | Correct comment in prepare_packed_git_one.Shawn O. Pearce2007-02-01